home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / mac / data / menu_dvd.swf / scripts / DefineButton2_19 / BUTTONCONDACTION on(press).as
Text File  |  2007-11-07  |  83b  |  7 lines

  1. on(press){
  2.    if(this.NoBtnCallback)
  3.    {
  4.       this.NoBtnCallback();
  5.    }
  6. }
  7.